home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 January
/
CHIP Turkiye Ocak 1998.iso
/
ARACLAR
/
TF95140
/
TEKFCT95.EXE
/
0
/
RCDATA
/
TSAVEREGKEYFORM
/
TSAVEREGKEYFORM.txt
Wrap
Text File
|
1997-07-12
|
1KB
|
83 lines
object SaveRegKeyForm: TSaveRegKeyForm
Left = 132
Top = 259
BorderStyle = bsDialog
Caption = 'Set Registry Key Name'
ClientHeight = 135
ClientWidth = 318
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 28
Top = 8
Width = 78
Height = 13
Alignment = taRightJustify
Caption = 'Company Name:'
end
object Label2: TLabel
Left = 35
Top = 36
Width = 71
Height = 13
Alignment = taRightJustify
Caption = 'Product Name:'
end
object Label3: TLabel
Left = 68
Top = 64
Width = 38
Height = 13
Alignment = taRightJustify
Caption = 'Version:'
end
object Edit1: TEdit
Left = 116
Top = 8
Width = 193
Height = 21
TabOrder = 0
Text = 'Edit1'
OnChange = Edit2Change
end
object Edit2: TEdit
Left = 116
Top = 36
Width = 193
Height = 21
TabOrder = 1
Text = 'Edit2'
OnChange = Edit2Change
end
object Edit3: TEdit
Left = 116
Top = 64
Width = 193
Height = 21
TabOrder = 2
Text = 'Edit3'
OnChange = Edit2Change
end
object BitBtn1: TBitBtn
Left = 152
Top = 96
Width = 75
Height = 29
Enabled = False
TabOrder = 3
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 234
Top = 96
Width = 75
Height = 29
TabOrder = 4
Kind = bkCancel
end
end